Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/solygambas/html-css-javascript-projects/083-full screen image slider/

index.html /cody/solygambas/html-css-javascript-projects/083-full screen image slider/index.html
362 Views
0 Comments
<!-- Based on Full Screen Responsive Image Slider by Brad Traversy (2019)
see: https://www.youtube.com/watch?v=wWWNrANNO1k -->


script.js /cody/solygambas/html-css-javascript-projects/083-full screen image slider/script.js
238 Views
0 Comments
const slides = document.querySelectorAll(".slide");
const nextButton = document.getElementById("next");
const prevButton = docum
style.css /cody/solygambas/html-css-javascript-projects/083-full screen image slider/style.css
174 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@400;700&display=swap");

* {
box-sizing: border-box;
margi